projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bf391
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Aug 1997 07:18:01 +0000
(07:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Aug 1997 07:18:01 +0000
(07:18 +0000)
src/s/freebsd.h
patch
|
blob
|
history
diff --git
a/src/s/freebsd.h
b/src/s/freebsd.h
index af2439fb4d328eb1a7ce75e8b7ffec653c9eaf1d..1a04cf0f56ac66838396111c41279536ab2d2fe6 100644
(file)
--- a/
src/s/freebsd.h
+++ b/
src/s/freebsd.h
@@
-99,3
+99,9
@@
It is already a controlling terminal of subprocess, because we did
ioctl TIOCSCTTY. */
#define DONT_REOPEN_PTY
+
+/* CLASH_DETECTION is defined in bsd4-3.h.
+ In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links
+ remaining in /tmp or other directories with +t bit.
+ To avoid this problem, you could #undef it to use no file lock. */
+/* #undef CLASH_DETECTION */